home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / hobbies_ / 32psmv10.zip / _SETUP.1 / MOO32S.EXE / 0 / RCDATA / TLOADCOLORSDLG / TLOADCOLORSDLG.txt
Text File  |  1996-09-30  |  2KB  |  94 lines

  1. object LoadColorsDlg: TLoadColorsDlg
  2.   Left = 18
  3.   Top = 90
  4.   ActiveControl = ListBox1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Load Color Template'
  7.   ClientHeight = 179
  8.   ClientWidth = 388
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 8
  20.     Width = 96
  21.     Height = 13
  22.     Caption = 'Color Templates:'
  23.   end
  24.   object OKBtn: TBitBtn
  25.     Left = 300
  26.     Top = 8
  27.     Width = 77
  28.     Height = 27
  29.     TabOrder = 0
  30.     OnClick = OKBtnClick
  31.     Kind = bkOK
  32.     Margin = 2
  33.     Spacing = -1
  34.     IsControl = True
  35.   end
  36.   object CancelBtn: TBitBtn
  37.     Left = 300
  38.     Top = 40
  39.     Width = 77
  40.     Height = 27
  41.     TabOrder = 1
  42.     Kind = bkCancel
  43.     Margin = 2
  44.     Spacing = -1
  45.     IsControl = True
  46.   end
  47.   object HelpBtn: TBitBtn
  48.     Left = 300
  49.     Top = 72
  50.     Width = 77
  51.     Height = 27
  52.     TabOrder = 2
  53.     Kind = bkHelp
  54.     Margin = 2
  55.     Spacing = -1
  56.     IsControl = True
  57.   end
  58.   object ListBox1: TListBox
  59.     Left = 16
  60.     Top = 24
  61.     Width = 257
  62.     Height = 145
  63.     ItemHeight = 13
  64.     TabOrder = 3
  65.   end
  66.   object BitBtn1: TBitBtn
  67.     Left = 300
  68.     Top = 136
  69.     Width = 77
  70.     Height = 27
  71.     Caption = '&Delete'
  72.     Default = True
  73.     TabOrder = 4
  74.     OnClick = BitBtn1Click
  75.     Glyph.Data = {
  76.       78010000424D7801000000000000760000002800000020000000100000000100
  77.       04000000000000000000120B0000120B00000000000000000000000000000000
  78.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  79.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  80.       3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  81.       33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  82.       33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  83.       333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  84.       03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  85.       33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  86.       0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  87.       3333333337FFF7F33333333330000033333333333777773333330000}
  88.     Margin = 2
  89.     NumGlyphs = 2
  90.     Spacing = -1
  91.     IsControl = True
  92.   end
  93. end
  94.